home *** CD-ROM | disk | FTP | other *** search
- UNIX SHIT
- -----------------------------------------------------------------------------
- tar xvf file.tar = untar a file
- tar cvf file.tar *.* or directory = make a tar
- gunzip file.gz or file.gzip =unzip a gzip file
- gzip *.* or directory =make a gzip file
- gcc file.c -o file =compile a file
- cdmod 700 file =makes a file executable